home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Online / Socks5 / src / server / socket.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-10  |  672 b   |  19 lines

  1. /* Copyright (c) 1995-1999 NEC USA, Inc.  All rights reserved.               */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("Copyright") included with this distribution.                   */
  6.  
  7. /*
  8.  * $Id: socket.h,v 1.5.4.1 1999/02/03 22:35:47 steve Exp $
  9.  */
  10.  
  11. /* This file contains all the prototypes for the socket setup/connections.   */
  12. #ifndef SOCKET_H
  13. #define SOCKET_H
  14.  
  15. extern void GetConnection P((void)); /* A function to get a Connection.      */
  16.  
  17. #endif
  18.  
  19.